home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Fun & Games / Ladybugs.dmg / ladybugs / Ladybugs.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2005-11-13  |  964b  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleIdentifier</key>
  6.     <string>midoritech.com</string>
  7.     <key>CFBundleName</key>
  8.     <string>Ladybugs</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>Ladybugs version 1.0, Copyright ¬© 2005-2006 by Midori.  All rights reserved.</string>
  11.     <key>CFBundleShortVersionString</key>
  12.     <string>Ladybugs version 1.0</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleSignature</key>
  16.     <string>????</string>
  17.     <key>CFBundleExecutable</key>
  18.     <string>Ladybugs</string>
  19.     <key>CFBundleVersion</key>
  20.     <string>1.0</string>
  21.     <key>CFBundleDevelopmentRegion</key>
  22.     <string>English</string>
  23.     <key>CFBundleInfoDictionaryVersion</key>
  24.     <string>6.0</string>
  25.     <key>LSRequiresCarbon</key>
  26.     <true/>
  27.     <key>CFBundleIconFile</key>
  28.     <string>ladybugs.icns</string>
  29. </dict>
  30. </plist>
  31.